home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Developer & Web Development Tools / Twistpad 1.64 / Setup.exe / Twistpad.exe / 0 / RCDATA / TFRMSELECTHLP / TFRMSELECTHLP.txt
Text File  |  2008-08-19  |  2KB  |  80 lines

  1. object FrmSelectHlp: TFrmSelectHlp
  2.   Left = 336
  3.   Top = 195
  4.   BorderStyle = bsDialog
  5.   Caption = 'Select Help File'
  6.   ClientHeight = 268
  7.   ClientWidth = 329
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 9
  19.     Top = 4
  20.     Width = 238
  21.     Height = 26
  22.     AutoSize = False
  23.     Caption = 'This syntax as several help files associated, please select one:'
  24.     Font.Charset = ANSI_CHARSET
  25.     Font.Color = clWindowText
  26.     Font.Height = -11
  27.     Font.Name = 'Tahoma'
  28.     Font.Style = []
  29.     ParentFont = False
  30.     WordWrap = True
  31.   end
  32.   object ListBox1: TListBox
  33.     Left = 8
  34.     Top = 35
  35.     Width = 239
  36.     Height = 225
  37.     Font.Charset = ANSI_CHARSET
  38.     Font.Color = clWindowText
  39.     Font.Height = -11
  40.     Font.Name = 'Tahoma'
  41.     Font.Style = []
  42.     ItemHeight = 13
  43.     ParentFont = False
  44.     TabOrder = 0
  45.     OnDblClick = ListBox1DblClick
  46.   end
  47.   object Button1: TButton
  48.     Left = 254
  49.     Top = 34
  50.     Width = 70
  51.     Height = 23
  52.     Caption = '&OK'
  53.     Default = True
  54.     Font.Charset = ANSI_CHARSET
  55.     Font.Color = clWindowText
  56.     Font.Height = -11
  57.     Font.Name = 'Tahoma'
  58.     Font.Style = []
  59.     ModalResult = 1
  60.     ParentFont = False
  61.     TabOrder = 1
  62.   end
  63.   object Button2: TButton
  64.     Left = 254
  65.     Top = 62
  66.     Width = 70
  67.     Height = 23
  68.     Cancel = True
  69.     Caption = '&Cancel'
  70.     Font.Charset = ANSI_CHARSET
  71.     Font.Color = clWindowText
  72.     Font.Height = -11
  73.     Font.Name = 'Tahoma'
  74.     Font.Style = []
  75.     ModalResult = 2
  76.     ParentFont = False
  77.     TabOrder = 2
  78.   end
  79. end
  80.